Skip to content

Instantly share code, notes, and snippets.

@zmmbreeze
zmmbreeze / playground.rs
Created August 28, 2018 04:53 — forked from rust-play/playground.rs
Code shared from the Rust Playground
#![allow(dead_code)]
#![allow(unused_variables)]
#[macro_use]
extern crate log;
#[derive(Debug)]
enum Person {
// 一个 `enum` 可能是个 `unit-like`(类单元结构体),
Engineer,
Scientist,
/*!
* jQuery JavaScript Library v2.1.1pre
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license