mirror of
https://codeberg.org/icewind/php-literal-parser.git
synced 2026-06-03 18:44:07 +02:00
rename
This commit is contained in:
parent
dc96e3190c
commit
2db3ce3fe0
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "php-object-parser"
|
name = "php-literal-parser"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
use php_object_parser::parse;
|
use php_literal_parser::parse;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let source = r###"
|
let source = r###"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue