mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 11:45:02 +01:00
fixed class and method index
This commit is contained in:
parent
217a419ef1
commit
2903ba108e
8 changed files with 1208 additions and 1226 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue