Skip to content

jleano/pyo3-dns-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Used python dns implementation from here and rewrote one part at a time in rust in order to learn the pyo3 crate.

Currently done through 2.8.

Setup

direnv allow    	# setup virtual env
maturin develop 	# compile and install 
./test_dns.py 		# run tests or `python -m unittest ./test_dns.py`

About

Scratch project to learn pyo3. Take a toy dns implemented in pyhon and port to rust using pyo3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published