mirror of
				https://github.com/msgpack/msgpack-python.git
				synced 2025-11-04 11:30:57 +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"
 |