fixed class and method index

This commit is contained in:
nora 2022-02-13 17:35:47 +01:00
parent 217a419ef1
commit 2903ba108e
8 changed files with 1208 additions and 1226 deletions

View file

@ -79,7 +79,7 @@ struct Field {
}
fn main() {
let content = fs::read_to_string("./amqp-0-9-1.xml").unwrap();
let content = fs::read_to_string("./amqp-0-9-1-bsd.xml").unwrap();
let amqp = Amqp::from_str(&content).unwrap();
codegen(&amqp);