 6726e40768
			
		
	
	
		6726e40768
		
			
		
	
	
	
	
		
			
			* adds Lua language support * makes the library generic, allowing for easy extension for more languages * small improvements and fixes
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function test_func()
 | |
| 	rust_func():and_then(function(x)
 | |
| 		print("abc" + 5)
 | |
| 	end)
 | |
| end
 |