mirror of
				https://github.com/msgpack/msgpack-python.git
				synced 2025-10-31 09:30:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			Cython
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			Cython
		
	
	
	
	
	
| # coding: utf-8
 | |
| #cython: embedsignature=True, c_string_encoding=ascii, language_level=3
 | |
| include "_packer.pyx"
 | |
| include "_unpacker.pyx"
 | 
