Compare commits
No commits in common. "b0e5be5c21a34c0cca678893fd88e97417a430b8" and "a187c90034f8ce36dcf4cdfb5ad3190ddf3225ac" have entirely different histories.
b0e5be5c21
...
a187c90034
|
@ -4,4 +4,4 @@ version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oox"
|
name = "oox"
|
||||||
version = "0.1.1"
|
version = "0.1.0"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oox"
|
name = "oox"
|
||||||
version = "0.1.1"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
16
src/main.rs
16
src/main.rs
|
@ -1,19 +1,3 @@
|
||||||
/* Copyright 2023 Christophe Parent (christopheparent@thatspaceandtime.org)
|
|
||||||
*
|
|
||||||
* This file is part of OOX.
|
|
||||||
*
|
|
||||||
* OOX is free software: you can redistribute it and/or modify it under the terms of the GNU
|
|
||||||
* General Public License as published by the Free Software Foundation, either version 3 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* OOX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
|
||||||
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
||||||
* Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with OOX. If not, see
|
|
||||||
* <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use std::fmt::Display;
|
use std::fmt::Display;
|
||||||
|
|
Loading…
Reference in New Issue