cilium 0.0.0

An experimental Rust library for interfacing with Microsoft's CLI assembly format.
Documentation
1
2
3
4
5
6
7
use derivative::Derivative;

#[derive(Derivative)]
#[derivative(Debug)]
pub struct Method {

}